home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / 17 controls / databindingdemo / databindingdemo.vbproj < prev    next >
Text File  |  2002-03-16  |  8KB  |  206 lines

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9466"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{8FEA028B-7D70-4A64-9D1F-4406249AE19D}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "DataBindingDemo"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DefaultClientScript = "JScript"
  16.                 DefaultHTMLPageLayout = "Grid"
  17.                 DefaultTargetSchema = "IE50"
  18.                 DelaySign = "false"
  19.                 OutputType = "WinExe"
  20.                 OptionCompare = "Binary"
  21.                 OptionExplicit = "On"
  22.                 OptionStrict = "Off"
  23.                 RootNamespace = "DataBindingDemo"
  24.                 StartupObject = "DataBindingDemo.Form1"
  25.             >
  26.                 <Config
  27.                     Name = "Debug"
  28.                     BaseAddress = "285212672"
  29.                     ConfigurationOverrideFile = ""
  30.                     DefineConstants = ""
  31.                     DefineDebug = "true"
  32.                     DefineTrace = "true"
  33.                     DebugSymbols = "true"
  34.                     IncrementalBuild = "true"
  35.                     Optimize = "false"
  36.                     OutputPath = "bin\"
  37.                     RegisterForComInterop = "false"
  38.                     RemoveIntegerChecks = "false"
  39.                     TreatWarningsAsErrors = "false"
  40.                     WarningLevel = "1"
  41.                 />
  42.                 <Config
  43.                     Name = "Release"
  44.                     BaseAddress = "285212672"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = ""
  47.                     DefineDebug = "false"
  48.                     DefineTrace = "true"
  49.                     DebugSymbols = "false"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "false"
  52.                     OutputPath = "bin\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "1"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Data"
  66.                     AssemblyName = "System.Data"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.Drawing"
  70.                     AssemblyName = "System.Drawing"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Windows.Forms"
  74.                     AssemblyName = "System.Windows.Forms"
  75.                 />
  76.                 <Reference
  77.                     Name = "System.XML"
  78.                     AssemblyName = "System.Xml"
  79.                 />
  80.             </References>
  81.             <Imports>
  82.                 <Import Namespace = "Microsoft.VisualBasic" />
  83.                 <Import Namespace = "System" />
  84.                 <Import Namespace = "System.Collections" />
  85.                 <Import Namespace = "System.Data" />
  86.                 <Import Namespace = "System.Drawing" />
  87.                 <Import Namespace = "System.Diagnostics" />
  88.                 <Import Namespace = "System.Windows.Forms" />
  89.             </Imports>
  90.         </Build>
  91.         <Files>
  92.             <Include>
  93.                 <File
  94.                     RelPath = "AdoNetBindingForm.vb"
  95.                     SubType = "Form"
  96.                     BuildAction = "Compile"
  97.                 />
  98.                 <File
  99.                     RelPath = "AdoNetBindingForm.resx"
  100.                     DependentUpon = "AdoNetBindingForm.vb"
  101.                     BuildAction = "EmbeddedResource"
  102.                 />
  103.                 <File
  104.                     RelPath = "AssemblyInfo.vb"
  105.                     SubType = "Code"
  106.                     BuildAction = "Compile"
  107.                 />
  108.                 <File
  109.                     RelPath = "Classes.vb"
  110.                     SubType = "Code"
  111.                     BuildAction = "Compile"
  112.                 />
  113.                 <File
  114.                     RelPath = "ConnStrings.vb"
  115.                     SubType = "Code"
  116.                     BuildAction = "Compile"
  117.                 />
  118.                 <File
  119.                     RelPath = "DatabaseBindingForm.vb"
  120.                     SubType = "Form"
  121.                     BuildAction = "Compile"
  122.                 />
  123.                 <File
  124.                     RelPath = "DatabaseBindingForm.resx"
  125.                     DependentUpon = "DatabaseBindingForm.vb"
  126.                     BuildAction = "EmbeddedResource"
  127.                 />
  128.                 <File
  129.                     RelPath = "DataGridForm.vb"
  130.                     SubType = "Form"
  131.                     BuildAction = "Compile"
  132.                 />
  133.                 <File
  134.                     RelPath = "DataGridForm.resx"
  135.                     DependentUpon = "DataGridForm.vb"
  136.                     BuildAction = "EmbeddedResource"
  137.                 />
  138.                 <File
  139.                     RelPath = "dsBiblio.xsd"
  140.                     BuildAction = "Content"
  141.                     Generator = "MSDataSetGenerator"
  142.                     LastGenOutput = "dsBiblio.vb"
  143.                 />
  144.                 <File
  145.                     RelPath = "dsBiblio.vb"
  146.                     DependentUpon = "dsBiblio.xsd"
  147.                     SubType = "code"
  148.                     BuildAction = "Compile"
  149.                     DesignTime = "True"
  150.                     AutoGen = "True"
  151.                 />
  152.                 <File
  153.                     RelPath = "dsBiblio.xsx"
  154.                     DependentUpon = "dsBiblio.xsd"
  155.                     BuildAction = "None"
  156.                 />
  157.                 <File
  158.                     RelPath = "licenses.licx"
  159.                     BuildAction = "Content"
  160.                 />
  161.                 <File
  162.                     RelPath = "ListComboBoxBindingForm.vb"
  163.                     SubType = "Form"
  164.                     BuildAction = "Compile"
  165.                 />
  166.                 <File
  167.                     RelPath = "ListComboBoxBindingForm.resx"
  168.                     DependentUpon = "ListComboBoxBindingForm.vb"
  169.                     BuildAction = "EmbeddedResource"
  170.                 />
  171.                 <File
  172.                     RelPath = "MasterDetailGridsForm.vb"
  173.                     SubType = "Form"
  174.                     BuildAction = "Compile"
  175.                 />
  176.                 <File
  177.                     RelPath = "MasterDetailGridsForm.resx"
  178.                     DependentUpon = "MasterDetailGridsForm.vb"
  179.                     BuildAction = "EmbeddedResource"
  180.                 />
  181.                 <File
  182.                     RelPath = "SimpleBindingForm.vb"
  183.                     SubType = "Form"
  184.                     BuildAction = "Compile"
  185.                 />
  186.                 <File
  187.                     RelPath = "SimpleBindingForm.resx"
  188.                     DependentUpon = "SimpleBindingForm.vb"
  189.                     BuildAction = "EmbeddedResource"
  190.                 />
  191.                 <File
  192.                     RelPath = "StatupForm.vb"
  193.                     SubType = "Form"
  194.                     BuildAction = "Compile"
  195.                 />
  196.                 <File
  197.                     RelPath = "StatupForm.resx"
  198.                     DependentUpon = "StatupForm.vb"
  199.                     BuildAction = "EmbeddedResource"
  200.                 />
  201.             </Include>
  202.         </Files>
  203.     </VisualBasic>
  204. </VisualStudioProject>
  205.  
  206.